Xbasic

POPUP.CALCULATOR Function

Syntax

Calculated_Number as N = popup.calculator(* number [,C title ])

Arguments

number

The initial number to display.

title

Character

Returns

Calculated_NumberNumeric

The result of the calculation done in the calculator.

Description

The POPUP.CALCULATOR() method displays a calendar and returns the result the calculation performed.

Example

popup.calculator(123)

See Also